home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / DISPLAY.DFM / DISPLAY.txt
Encoding:
Text File  |  1996-08-21  |  598 b   |  34 lines

  1. object TxtForm: TTxtForm
  2.   Left = 199
  3.   Top = 150
  4.   BorderStyle = bsDialog
  5.   Caption = 'TxtForm'
  6.   ClientHeight = 314
  7.   ClientWidth = 553
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object LblDisplay: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 537
  19.     Height = 257
  20.     AutoSize = False
  21.     Color = clWhite
  22.     ParentColor = False
  23.     WordWrap = True
  24.   end
  25.   object BtnOK: TBitBtn
  26.     Left = 240
  27.     Top = 272
  28.     Width = 89
  29.     Height = 33
  30.     TabOrder = 0
  31.     Kind = bkOK
  32.   end
  33. end
  34.